home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni & Inventori / Invenzioni and Inventori (Eclectica Publishing) (1996).ISO / invenzio / timeline.dir / 00014_Script_14 < prev    next >
Text File  |  1983-01-29  |  209b  |  14 lines

  1. on exitFrame
  2.   global tavola,disaudio
  3.   entra 18
  4.   
  5.   if tavola<>3 then
  6.     sound close 1
  7.     set tavola to 3
  8.     if not disaudio  then
  9.       sound playFile 1,"adt03.aif"
  10.     end if
  11.   end if
  12. end
  13.  
  14.